Release 10.1A: OpenEdge Development:
ADM Reference
askQuestion
Procedure that prompts for the maximum number of records to export and confirms the transfer of data in these records.
Location: exportdata.p Parameters:INPUT pcMessage AS CHARACTERMessage to display.
INPUT pcTitle AS CHARACTERTitle of message box.
INPUT plFieldChoice AS LOGICALAvailable options for DisplayFields. You can select:
Yes — Displays three buttons: Displayed, All, and Cancel.
No — Displays two buttons: OK and Cancel.
INPUT-OUTPUT piMaxRecords AS INTEGERMaximum number of records to export.
OUTPUT plDisplayed AS LOGICALIdicates which button the user chose in the dialog box. The available ouputs are:
Yes — All fields.
No — Displayed fields only.
? — Cancel.
Notes: All text is defined as variables in the definition section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |